@charset "utf-8";
body{ background: #f4f4f4; }

*{ box-sizing: border-box;}
.new_banner .banner_item.shuang11 .text{
    display: inline-block;
    border-radius: 100px;
    color: #C31316;
    background: #fff;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
}
.new_banner .banner_item.shuang11 .title{
    font-size: 30px;
}
.new_banner .banner_item.shuang11 .content{
    font-size: 70px;
    margin: 10px 0 90px;
    line-height: 1;
}

.new_banner .banner_item.china_domain .title{
    font-size: 40px;
    margin: 20px 0;
}
.new_banner .banner_item.china_domain .text .domain_name{
    font-size: 40px;
    margin: 10px 0;
    height: 40px;
}
.new_banner .banner_item.china_domain .text .domain_msg{
    font-size: 20px;
    height: 30px;
}
.new_banner .banner_item.china_domain .text .domain_name li,.new_banner .banner_item.china_domain .text .domain_msg li{
    width: 110px;
    float: left;
}
.new_banner .banner_item.china_domain .content {
    font-size: 40px;
    margin: 10px 0 50px;
    line-height: 1;
}

.new_banner .banner_item.china_domain .content .country_test{
    font-size: 60px;
    color: #ffe38c;
}

.search_box{ background: #fff; min-width: 1200px;}
.search_box .search_main{ margin: 0 auto; padding: 60px 10px;}

.search_box .search_box_title{ overflow: hidden;}
.search_box .search_box_title .left_title{ float: left; font-size: 26px; line-height: 26px;}
.search_box .search_box_title .right_title{ float: right; font-size: 18px; color: #999; line-height: 26px;}
.search_box .do_input,.search_box .dotBtn{ border: none; line-height: 60px; vertical-align: top;}
.search_box .do_input{ width: calc(100% - 280px); font-size: 14px; padding: 0 20px;}
.search_box .dotBtn{ width: 150px; font-size: 18px; cursor: pointer;}
.search_box .dotBtn:hover{ background: #dd0000;}
.search_box .search_box_input{ background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.2); margin: 40px 0;}
.search_box .search_box_content{ overflow: hidden;}
.search_box .left_content{ float: left;}
.search_box .left_content_ul{ overflow: hidden;}
.search_box .left_content_li{ float: left; text-align: left; font-size: 14px; margin-right: 20px;}
.search_box .left_content_li .icon{ display: inline-block; background: url(../images/domain_icon_2.png) no-repeat; width: 40px; height: 24px; vertical-align: middle;}
.search_box .left_content_li:nth-of-type(2) .icon{ background-position: -106px center;}
.search_box .left_content_li:nth-of-type(3) .icon{ background-position: -209px center;}
.search_box .left_content_li:nth-of-type(4) .icon{ background-position: -308px center; width: 74px;}
.search_box .left_content_li:nth-of-type(5) .icon{ background-position: -450px center;}
.search_box .a_item{ display: block; color: #666;}
.search_box .right_content{ float: right; width: 45%;}
.search_box .right_item{ color: #666; font-size: 14px;}
.search_box .right_item:hover{ color: #c00;}
.search_box .right_item:after{ content:'|'; font-family:'SimHei','微软雅黑'; margin: 0 10px;}
.search_box .right_item:last-of-type:after{ display: none;}

.search_box .select_domain,.search_box .do_input,.search_box .dotBtn{ float: left;}
.search_box .select_domain{position: relative; }
.search_box .select_domain span{ display: block; width: 130px; height: 60px; line-height: 60px; border-left: 1px solid #ececec; padding-left: 20px; font-size: 16px; position: relative;}
.search_box .select_domain span:after{ content: ''; width: 18px; height: 10px; background: url(../images/arrow.png) no-repeat; background-size: 100% auto; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); transform-origin: center 50%; z-index: 2; transition: all .3s;}
.search_box .select_domain .rotate:after{ transform: translateY(-50%) rotate(180deg);}
.search_box .select_domain .domain_list{ display: none; width: 965px; height: 200px; position: absolute; top: 100%; right: 0; background: #fff; box-shadow: 0px 0px 5px rgba(0,0,0,.2); padding: 30px 0; overflow-y: scroll; overflow-x: hidden;}
.select_domain .domain_list ul{ overflow: hidden;}
.select_domain .domain_list li{ float: left; width: calc(100%/8);  color: #999; font-size: 14px; line-height: 1; margin: 10px 30px; cursor: pointer; text-align: center; position: relative;}
.select_domain .domain_list li img{ position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 1;}
.select_domain .domain_list .hot{ color: #c00;}

.section .section_li{ width: 280px; background: #fff; transition: all .2s; float: left; margin: 10px;}
.section .section_li:hover{ box-shadow: 0px 40px 50px -60px rgb(59,65,76); transform: translateY(-10px);}
.section .section_li:hover .btn{ color: #c00;}
.section .section_li .item_img{ overflow: hidden;}
.section .section_li .item_img img{ width: 100%; }
.section .section_li .item_info{ padding: 30px 10px;}
.section .section_li .item_info .detail_btn{width: 90px;margin: 0 auto;line-height: 30px;color: #333;border: 1px solid #666;background: #fff;display: inline-block;}
.section .section_li .item_info .detail_btn:hover{background: #c00;color: #fff;border-color: #c00;}
.section .section_li .title{ font-size: 24px; line-height: 1; color: #333;}
.section .section_li .summ{ font-size: 14px; color: #666; margin: 15px 0;}
.section .section_li .btn{ font-size: 14px; color: #0066cc; display: block; text-align: right;}
.section .arrow{ font-size: 12px; font-family: 'SimSun','微软雅黑'; margin-right: 10px; display: inline-block; transform: scale(0.8);}
.section.spread_box{ padding-top: 0;
background: #c00 url(../images/ad/video.png) no-repeat top center;
background-size: cover;
background-attachment: fixed;
}



.advert{ overflow: hidden; background: url(../images/count_bg.png); background-size: cover; color: #fff; min-width: 1200px;
/*background: #c00 url(../images/img75.jpg) no-repeat top center;
background-size: cover;
background-attachment: fixed;*/
}
.advert i{ display: inline-block; width: 50px;}
.advert .advert_content{ margin: 0 auto; overflow: hidden;}
.advert .advert_content>div{ line-height: 96px; height: 96px;}
.advert .advert_left_item{ float: left; font-size: 32px; padding-left: 10px;}
.advert .advert_right_item{ float: right; font-size: 24px; padding-right: 10px;}
.advert .advert_right_item span{ color: #ffc926; font-size: 32px; font-weight: bold; font-family: 'Georgia'; margin: 0 5px; transition: all .2s;}

.advantage_box .section_ul{ margin: 0 auto; overflow: hidden;}
.advantage_box .advantage_box_li{ width: 180px; position: relative; float: left; margin: 10px;}
.advantage_box .advantage_box_li:nth-child(-n+5):after{ content:''; width: 1px; height: 140px; position: absolute; background: linear-gradient(to bottom, #ececec,#ddd,#ececec); right: -9px; top: 50%; transform: translateY(-50%); z-index: 2;}
.advantage_box .content .title{ font-size: 24px; padding: 26px 0;}
.advantage_box .content .summ{ font-size: 14px; color: #666;}
.advantage_box .img_box{ width: 70px; height: 64px; margin: 0 auto; overflow: hidden;}
.advantage_box .img_box img{ transition: transform .3s;}
.advantage_box .advantage_box_li:hover img{ transform: translateY(-64px);}

.section.news_eva_box{ background: #fff; text-align: left;}
.news_eva_box .window_width{ overflow: hidden;}
.news_eva_box .window_width>div{ width: 580px; padding: 0 10px; float: left;}
.news_eva_box .title{ font-size: 24px; line-height: 24px; margin-bottom: 40px; display: block;}
.news_eva_box .title span{ display: block; float: right; width: 24px; height: 24px; line-height: 20px; text-align: center; background: #f2f2f2; color: #aaaaaa;}
.news_eva_box .title span:hover{ background: #c00; color: #fff;}

.news_eva_box .news_list{ overflow: hidden; margin-bottom: 50px;}
.news_eva_box .news_list:last-of-type{ margin-bottom: 0;}
.news_eva_box .news_list dd,.news_eva_box .news_list dt{ float: left;}
.news_eva_box .date{ border: 1px solid #eee; width: 85px; height: 85px; text-align: center;}
.news_eva_box .day{ font-size: 36px; line-height: 58px;}
.news_eva_box .mounth{ background: #c00; color: #fff; font-size: 12px; line-height: 26px;}
.news_eva_box .news_list dt{ width: calc(100% - 135px); margin-left: 50px;}
.news_eva_box .news_list h5 a,.evaluate .item h5 a{ font-size: 16px; line-height: 25px; color: #06c; display: block; margin-bottom: 20px;}
.news_eva_box .news_list h5 a:hover,.evaluate .item h5 a:hover{ color: #c00;}
.news_eva_box .news_list p,.evaluate .item p{ color: #666; text-indent: 2em; line-height: 2;}
.news_eva_box .checkMore:hover{ color: #c00;}
.news_eva_box .rarrow{ margin: 0 5px;    font-size: 12px;font-family: 'SimSun','微软雅黑';display: inline-block;transform: scale(0.8);}

.special_news{text-align: left;}
.special_news .window_width{background: #fff;padding: 24px;}
.special_news .title{ font-size: 24px; line-height: 24px; margin-bottom: 24px; display: block;}
.special_news .title span{ display: block; float: right; width: 24px; height: 24px; line-height: 20px; text-align: center; background: #f2f2f2; color: #aaaaaa;}
.special_news .title span:hover{ background: #c00; color: #fff;}
.special_news .news_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.special_news .news_list li{width: 49%;border-bottom: 1px dashed #ccc;font-size: 14px;padding: 10px 0;box-sizing: border-box;overflow: hidden;}
.special_news .news_list span{font-weight: bold;}

.evaluate .evaluate_div{ height: 255px; overflow: hidden;}
.evaluate .item{ overflow: hidden; margin-bottom: 20px;}
.evaluate .item h5 a{ margin-bottom: 10px;}
.evaluate .item>div{ float: left;}
.evaluate .item .right_div{ width: calc(100% - 108px); height: 117px; margin-left: 20px; border: 1px solid #cccccc; border-radius: 10px; padding: 10px; position: relative; z-index: 1;}
.evaluate .item p{ margin-bottom: 10px; text-indent: 0em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.5;}
.evaluate .item .right_div div{ color: #999; text-align: right; position: absolute; bottom: 5px; right: 10px;}
.evaluate .item .right_div span{ width: 17px; height: 29px; position: absolute; right: 100%; top: 36px; z-index: 2;}

#new_bottom{ margin-top: 0 !important;}

.meal_view li .summ{
    text-align: left;
    line-height: 1.8;
    height: 75px;
    padding: 0 10px;
}

.product_box .section_content{
    margin-top: 50px;
    overflow: hidden;
}
.product_box li{
    float: left;
    margin: 10px;
    width: 380px;
    background: #fff;
    padding: 30px;
    text-align: left;
    transition: all .2s;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
}
.product_box li:hover{
    box-shadow: 0 40px 50px -60px rgb(59,65,76);
    transform: translateY(-10px);
}
.product_box li a{
    display: block;
}
.product_box li h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.product_box .newIcon{
    font-size: 120px;
    vertical-align: middle;
    position: absolute;
    right: -15px;
    top: -20px;
    z-index: 2;
    opacity: .1;
}
.product_box li p{
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}
.product_box.promote_box li p{
    height: 125px;
}
.product_box li .price_box{
    font-size: 14px;
    padding: 20px 0 0;
}
.product_box li .price{
    font-size: 32px;
    line-height: 1;
}
.product_box li .year{
    font-size: 12px;
    color: #c00;
    display: inline-block;
    width: 61px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    margin-left: 5px;
    transform: translateY(-15px);
    background: url('../images/tipbg.png') no-repeat;
}
/*.product_box li a{*/
/*height: 30px;*/
/*display: inline-block;*/
/*padding: 0 20px;*/
/*transition: all .2s;*/
/*margin: 0 5px;*/
/*}*/
/*.product_box li .buy_btn{*/
/*background: #c00;*/
/*color: #fff;*/
/*line-height: 30px;*/
/*}*/
/*.product_box li .buy_btn:hover{*/
/*background: #d00;*/
/*}*/
/*.product_box li .more_btn{*/
/*line-height: 28px;*/
/*border: 1px solid #666;*/
/*color: #666;*/
/*}*/
/*.product_box li .more_btn:hover{*/
/*background: #c00;*/
/*color: #fff;*/
/*border-color: #c00;*/
/*}*/

/*首页香港公司做账*/

.aimobile_view .section_div{background:#fff}
.aimobile_view .item_info{float:left;width:300px;}
.aimobile_view .item_info .title{font-size:24px;padding:30px;} 
.aimobile_view .item_info .summ{font-size:14px;text-align:center;padding:0px 30px 30px 0px;line-height:220%}    
.aimobile_view .item_info .detail_btn {width: 90px;margin: 0 auto;line-height: 30px;color: #333;border: 1px solid #666;background: #fff;display: inline-block;}
.aimobile_view .item_info .detail_btn:hover{background: #c00;color: #fff;border-color: #c00;}

.section .section_li{ width: 280px; background: #fff; transition: all .2s; float: left; margin: 10px;}
.section .section_li:hover{ box-shadow: 0px 40px 50px -60px rgb(59,65,76); transform: translateY(-10px);}
.section .section_li:hover .btn{ color: #c00;}
.section .section_li .item_img{ overflow: hidden;}
.section .section_li .item_img img{ width: 100%; }
.section .section_li .item_info{ padding: 30px 10px;}
.section .section_li .item_info .detail_btn{width: 90px;margin: 0 auto;line-height: 30px;color: #333;border: 1px solid #666;background: #fff;display: inline-block;}
.section .section_li .item_info .detail_btn:hover{background: #c00;color: #fff;border-color: #c00;}
.section .section_div .service_btn{width: 90px;margin: 0 auto;line-height: 30px;border: 1px solid #666;background: #fff;display: inline-block;cursor: pointer;}
.section .section_div .service_btn.center_btn{margin-top: 24px;}
.section .section_div .service_btn:hover{background: #c00;color: #fff;border-color: #c00;}
.section .section_li .title{ font-size: 24px; line-height: 1; color: #333;}
.section .section_li .summ{ font-size: 14px; color: #666; margin: 15px 0;}
.section .section_li .btn{ font-size: 14px; color: #0066cc; display: block; text-align: right;}
.section .arrow{ font-size: 12px; font-family: 'SimSun',''; margin-right: 10px; display: inline-block; transform: scale(0.8);}
.section.spread_box{ padding-top: 0;}

.section .section_div .service_btny{width: 190px;margin: 0 auto;line-height: 30px;border: 1px solid #666;background: #fff;display: inline-block;cursor: pointer;}
.section .section_div .service_btny.center_btn{margin-top: 24px;}
.section .section_div .service_btny:hover{background: #c00;color: #fff;border-color: #c00;}

/******首页动画********/
.platform_advantage_bg {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.platform_advantage_bg_z {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.platform_advantage_bg li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .15);
	bottom: -160px;
	-webkit-animation: square 28s infinite;
	animation: square 28s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.platform_advantage_bg_z li {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .15);
	bottom: -300px;
	-webkit-animation: square_z 22s infinite;
	animation: square_z 22s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}
.platform_advantage_bg li:nth-child(1), .platform_advantage_bg_z li:nth-child(1) {
	left: 10%
}
.platform_advantage_bg li:nth-child(2), .platform_advantage_bg_z li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}
.platform_advantage_bg li:nth-child(3), .platform_advantage_bg_z li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}
.platform_advantage_bg li:nth-child(4), .platform_advantage_bg_z li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	background-color: rgba(255, 255, 255, .25)
}
.platform_advantage_bg li:nth-child(5), .platform_advantage_bg_z li:nth-child(5) {
	left: 70%
}
.platform_advantage_bg li:nth-child(6), .platform_advantage_bg_z li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, .2)
}
.platform_advantage_bg li:nth-child(7), .platform_advantage_bg_z li:nth-child(7) {
	left: 32%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}
.platform_advantage_bg li:nth-child(8), .platform_advantage_bg_z li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s
}
.platform_advantage_bg li:nth-child(9), .platform_advantage_bg_z li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, .3)
}
.platform_advantage_bg li:nth-child(10), .platform_advantage_bg_z li:nth-child(9) {
	left: 90%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s
}
 @-webkit-keyframes square {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 100% {
 -webkit-transform: translateY(-1700px)rotate(600deg);
 transform: translateY(-1700px)rotate(600deg)
}

